go/parser.parser.tryIdentOrType (method)

8 uses

	go/parser (current package)
		parser.go#L526: 	typ := p.tryIdentOrType()
		parser.go#L633: 		elt := p.tryIdentOrType()
		parser.go#L1087: 	typ := p.tryIdentOrType()
		parser.go#L1226: 	t := p.tryIdentOrType()
		parser.go#L1262: 			if t := p.tryIdentOrType(); t != nil {
		parser.go#L1357: func (p *parser) tryIdentOrType() ast.Expr {
		parser.go#L1484: 	if typ := p.tryIdentOrType(); typ != nil { // do not consume trailing type parameters
		parser.go#L2541: 			typ = p.tryIdentOrType()